-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): Upgrade dependencies #15
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Upgraded the following dependencies and devDependencies: Dependencies: - @commitlint/config-conventional: ^18.1.0 -> ^19.2.2 - @commitlint/lint: ^18.1.0 -> ^19.2.2 - @commitlint/load: ^18.2.0 -> ^19.2.0 DevDependencies: - @antfu/eslint-config: ^2.1.0 -> ^2.21.1 - @commitlint/cli: ^18.4.3 -> ^19.3.0 - @commitlint/types: ^18.1.0 -> ^19.0.3 - @types/node: ^20.9.0 -> ^20.14.8 - eslint: ^8.54.0 -> ^8.57.0 - lint-staged: ^15.1.0 -> ^15.2.7 - rimraf: ^5.0.5 -> ^5.0.7 - tsup: ^7.2.0 -> ^8.1.0 - typescript: ^5.2.2 -> ^5.5.2 - vitest: ^0.34.6 -> ^1.6.0 BREAKING: Upgraded @commitlint packages to v19 which have switched to pure ESM.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 123 84 -39
Branches 23 18 -5
=========================================
- Hits 123 84 -39 ☔ View full report in Codecov by Sentry. |
kevintyj
force-pushed
the
feat/commitlintv9
branch
from
June 24, 2024 02:19
ca29390
to
b803c64
Compare
kevintyj
force-pushed
the
feat/commitlintv9
branch
3 times, most recently
from
June 24, 2024 20:22
0065899
to
a1eecad
Compare
kevintyj
force-pushed
the
feat/commitlintv9
branch
3 times, most recently
from
June 25, 2024 09:45
20a0d19
to
21b2a32
Compare
kevintyj
force-pushed
the
feat/commitlintv9
branch
from
June 25, 2024 09:57
21b2a32
to
be9625f
Compare
Removes console.log and adds correct logging
Fixes #12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgraded the following dependencies and devDependencies:
Dependencies:
DevDependencies:
BREAKING: Upgraded @commitlint packages to v19 which have switched to pure ESM.
What is the purpose of this PR?
ClickUp/Jira/Github project ticket number(s)?
What did you do?
How do we test it?
Checklist before merging
.env
,.map
)Provide screenshot details of the PR
[optional] Tests passed screenshot
[optional] Breaking changes after PR
Anything else?